(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <clib/graphics_protos.h>
void AndRectRegion()
SYNOPSIS
struct Region * region
struct Rectangle * rectangle
LOCATION
In GfxBase at offset 84
FUNCTION
Remove everything inside 'region' that is outside 'rectangle'
INPUTS
region
pointer to Region structure
rectangle
pointer to Rectangle structure
NOTES
This is the only *RectRegion function that cannot fail
BUGS
Although the header claims that this function is documented with "Lang: english", it should perhaps better be "Lang: broken english"
SEE ALSO
AndRegionRegion() OrRectRegion() XorRectRegion() ClearRectRegion() NewRegion()
INTERNALS
HISTORY
13.03.1997 mreckt
new functions